by Stephen Genusa and Kevin Flick
In This Chapter
Version 4.1+ of the Microsoft Foundation Classes (MFC) comes with extensive support for Internet Server Application Programming Interface (ISAPI) extensions. The ISAPI Extension Wizard creates the MFC framework on which your Web server application is built.
Processing a form is the mainstay of Internet-based interactive applications and a key to unlocking the power of the Web. In this chapter, you learn how to use the framework supplied by the wizard to create an ISAPI extension that processes a Hypertext Markup Language (HTML) form.